home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Your Mobile: Alcatel
/
Alcatel 2005.iso
/
Create Stamp
/
setup.exe
/
setup.msi
/
Data1.cab
/
WizardStamp.swf3
/
scripts
/
DefineSprite_8
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-05-16
|
398 b
|
25 lines
function press()
{
gotoAndStop(2);
}
function select()
{
_root.initRadio();
_parent.point.gotoAndStop(2);
_root.ImageSize = _parent._name;
}
function toggle()
{
if(_root.SelectType == "")
{
_parent.point.gotoAndStop(2);
_root.SelectType = "All";
}
else
{
_parent.point.gotoAndStop(1);
_root.SelectType = "";
}
}
stop();